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
9a5d892e
Commit
9a5d892e
authored
Jan 15, 2016
by
Feng Xiao
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1143 from xfxyjwf/fix_java
Fix tests broken by the Java directory change.
parents
b6ef4015
ea956761
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 @
9a5d892e
This diff is collapsed.
Click to expand it.
conformance/Makefile.am
View file @
9a5d892e
...
...
@@ -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