Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
ea956761
Commit
ea956761
authored
Jan 14, 2016
by
Feng Xiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix tests broken by the Java directory change.
Change-Id: I39c4eadbd28164cfd83aa2d1d8b6dfe8286db803
parent
b6ef4015
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile.am
Makefile.am
+0
-0
Makefile.am
conformance/Makefile.am
+2
-2
No files found.
Makefile.am
View file @
ea956761
This diff is collapsed.
Click to expand it.
conformance/Makefile.am
View file @
ea956761
...
...
@@ -114,13 +114,13 @@ MAINTAINERCLEANFILES = \
Makefile.in
javac_middleman
:
ConformanceJava.java protoc_middleman $(other_language_protoc_outputs)
jar
=
`
ls
../java/util/target/
*
.jar
`
&&
javac
-classpath
../java/target/classes:
$$
jar ConformanceJava.java com/google/protobuf/conformance/Conformance.java
jar
=
`
ls
../java/util/target/
*
jar-with-dependencies
.jar
`
&&
javac
-classpath
../java/target/classes:
$$
jar ConformanceJava.java com/google/protobuf/conformance/Conformance.java
@
touch
javac_middleman
conformance-java
:
javac_middleman
@
echo
"Writing shortcut script conformance-java..."
@
echo
'#! /bin/sh'
>
conformance-java
@
jar
=
`
ls
../java/util/target/
*
.jar
`
&&
echo
java
-classpath
.:../java/target/classes:
$$
jar ConformanceJava
'$$@'
>>
conformance-java
@
jar
=
`
ls
../java/util/target/
*
jar-with-dependencies
.jar
`
&&
echo
java
-classpath
.:../java/target/classes:
$$
jar ConformanceJava
'$$@'
>>
conformance-java
@
chmod
+x conformance-java
# Currently the conformance code is alongside the rest of the C#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment