Re: logging-log4j-12 failed

2013-10-14 Thread Ludmila Shikhvarg

Stefan Bodewig wrote:

On 2013-10-07, Ludmila Shikhvarg wrote:

  

Hi,



  

I'm using JDK8 from https://jdk8.java.net/download.html to run gump.
logging-log4j-12 is started to fail with b75 and onward (the build log
is attached).
Any ideas?



  

com.sun.tools.javac.code.Symbol$CompletionFailure: class file for 
sun.util.locale.provider.LocaleProviderAdapter not found
com.sun.tools.doclets.internal.toolkit.util.DocletAbortException: 
com.sun.tools.javac.code.Symbol$CompletionFailure: class file for 
sun.util.locale.provider.LocaleProviderAdapter not found



Looks like a defect in javadoc to me - at least not like anything the
log4j devs would be able to fix.

Stefan
  

The same exception seen before the failure.
Heads up:
javadoc -Xdoclint is a new feature in jdk8. Default behavior is on so 
that javadoc now issues warnings and errors and problems in javadoc 
comments in the source:


$ jdk8/bin/javadoc -X
 -XdoclintEnable recommended checks for 
problems in javadoc comments

 -Xdoclint:(all|none|[-]group)
   Enable or disable specific checks for problems in javadoc comments,
  where group is one of accessibility, html, missing, reference, 
or syntax.


You may choose to fix your javadoc comments, or to get backward 
compatible behavior with jdk7 use -Xdoclint:none.


Regards,
Ludmila

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org

  




compress-antlib-test test-junit failed

2013-10-07 Thread Ludmila Shikhvarg

Hi,

Here are another failures with JDK8 from 
https://jdk8.java.net/download.html
compress-antlib-test and test-junit are started to failed with b94 and 
onward:



 Output

Buildfile: /home/dtftest/gump/results/ant-antlibs/compress/build.xml

setup-properties:

setup:

determine-test-types:

setup-for-junit-tests:

compile:

check-for-NOTICE:

antlib:
 [jar] Building jar: 
/home/dtftest/gump/results/ant-antlibs/compress/build/lib/ant-compress-1.1Alpha.jar

compile-tests:

ready-to-test-with-junit:

junit-test:

setup-for-antunit-tests:

ready-to-test-with-antunit:

antunit-test:
[au:antunit] Build File: 
/home/dtftest/gump/results/ant-antlibs/compress/src/tests/antunit/ar-test.xml
[au:antunit] Tests run: 34, Failures: 2, Errors: 0, Time elapsed: 105.108 sec
[au:antunit] Target: testNonFileDest took 1.313 sec
[au:antunit] Target: testPrefixWithoutSlash took 2.578 sec
[au:antunit] Target: testCreateOfUpToDate took 5.155 sec
[au:antunit] Target: testArFileSet took 2.452 sec
[au:antunit] Target: testCpioFileSet took 2.44 sec
[au:antunit] Target: testPreserveDuplicates took 1.154 sec
[au:antunit] Target: testFailEmpty took 1.114 sec
[au:antunit] Target: testCoreTarFileSet took 2.474 sec
[au:antunit] Target: testPreserveLeadingSlashes took 2.495 sec
[au:antunit] Target: testAntlibZipFileSet  FAILED
[au:antunit]at line 37, column 24
[au:antunit]Message: Assertion failed
[au:antunit]took 2.419 sec
[au:antunit] Target: testPrefixWithBackslash took 2.497 sec
[au:antunit] Target: testImplicitDirectoriesUsePermissions took 1.129 sec
[au:antunit] Target: testReplaceOfOutOfDate took 7.635 sec
[au:antunit] Target: testUpdateOfUpToDate took 5.157 sec
[au:antunit] Target: testUpdateOfOutOfDate took 7.643 sec
[au:antunit] Target: testSkipEmpty took 1.125 sec
[au:antunit] Target: testWithDirectories took 1.09 sec
[au:antunit] Target: testFullpath took 2.536 sec
[au:antunit] Target: testPreserve0Permissions took 2.389 sec
[au:antunit] Target: testForceCreateOfUpToDate took 7.195 sec
[au:antunit] Target: testNoDirectoriesByDefault took 2.46 sec
[au:antunit] Target: testPlainFileSet took 2.369 sec
[au:antunit] Target: testReplaceOfUpToDate took 5.235 sec
[au:antunit] Target: testCoreZipFileSet  FAILED
[au:antunit]at line 37, column 24
[au:antunit]Message: Assertion failed
[au:antunit]took 2.641 sec
[au:antunit] Target: testAntlibTarFileSet took 2.323 sec
[au:antunit] Target: testCreateOfOutOfDate took 6.961 sec
[au:antunit] Target: testFileSetPermissionsWin took 2.352 sec
[au:antunit] Target: testAddDuplicates took 1.119 sec
[au:antunit] Target: testRemoveLeadingSlashes took 2.502 sec
[au:antunit] Target: testPrefixWithSlash took 2.523 sec
[au:antunit] Target: testWithImplicitDirectories took 1.082 sec
[au:antunit] Target: testForceReplaceOfUpToDate took 7.557 sec
[au:antunit] Target: test0PermissionsGetReplaced took 2.47 sec
[au:antunit] Target: testFailDuplicates took 1.069 sec
[au:antunit] Build File: 
/home/dtftest/gump/results/ant-antlibs/compress/src/tests/antunit/archives-test.xml
[au:antunit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.6 sec
[au:antunit] Target: testCircularReference took 1.087 sec
[au:antunit] Target: testReference took 1.129 sec
[au:antunit] Target: testExtractJars took 1.782 sec
[au:antunit] Target: testMixingFormats took 1.163 sec
[au:antunit] Target: testZipManualExample took 1.369 sec
[au:antunit] Build File: 
/home/dtftest/gump/results/ant-antlibs/compress/src/tests/antunit/arentry-test.xml
[au:antunit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.496 sec
[au:antunit] Target: testResourceProperties took 2.344 sec
[au:antunit] Target: testArSource took 1.102 sec
[au:antunit] Build File: 
/home/dtftest/gump/results/ant-antlibs/compress/src/tests/antunit/arfileset-test.xml
[au:antunit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.305 sec
[au:antunit] Target: testMissingArchive took 1.11 sec
[au:antunit] Target: testArSource took 1.084 sec
[au:antunit] Target: testMissingArchiveDoesntMatter took 1.1 sec
[au:antunit] Build File: 
/home/dtftest/gump/results/ant-antlibs/compress/src/tests/antunit/bunzip2-test.xml
[au:antunit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.989 sec
[au:antunit] Target: testCoreBzip2Task took 1.155 sec
[au:antunit] Target: testAntlibBzip2Task took 1.196 sec
[au:antunit] Target: testWithResource took 1.124 sec
[au:antunit] Target: testHugeFile took 1.381 sec
[au:antunit] Target: testNativeBzip2 took 1.096 sec
[au:antunit] Build File: 
/home/dtftest/gump/results/ant-antlibs/compress/src/tests/antunit/bzip2-test.xml
[au:antunit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 12.901 sec
[au:antunit] Target: testDateCheck took 1.136 sec
[au:antunit] Target: testFailTwo took 1.077 sec
[au:antunit] Target: testRealTestWithResource took 1.214 sec
[au:antunit] Target: testFailTwoDests took 1.081 sec
[au:antunit] Target: testHugeFile took 2.39 sec
[au:antunit] Target: testFailNoDest took 1.092 sec

ant fails on gump

2011-05-09 Thread Ludmila Shikhvarg
Hi, 


ant fails to build with jdk7 from http://download.java.net/jdk7/ with the error 
below.
Any ideas? 


Output

Buildfile: /export/home/dtftest/gump/results/ant/build.xml

prepare:

check_for_optional_packages:

build:
   [mkdir] Created dir: /export/home/dtftest/gump/results/ant/build/classes
   [javac] Compiling 764 source files to 
/export/home/dtftest/gump/results/ant/build/classes
   [javac] 
/export/home/dtftest/gump/results/ant/src/main/org/apache/tools/ant/taskdefs/optional/Xalan2TraceSupport.java:46:
 error: cannot access SerializerTrace
   [javac] ((TransformerImpl) 
t).getTraceManager().addTraceListener(tl);
   [javac]  ^
   [javac]   class file for org.apache.xml.serializer.SerializerTrace not found
   [javac] Note: Some input files use or override a deprecated API.
   [javac] Note: Recompile with -Xlint:deprecation for details.
   [javac] 1 error

BUILD FAILED
/export/home/dtftest/gump/results/ant/build.xml:549: Compile failed; see the 
compiler error output for details.

I've filed JDK bug but it's has been closed after the evaluation:
This doesn't appear to be a JDK issue, rather it's related to the combination of XML APIs used in the build. The submitter should follow up with the Apache Gump project to get this resolved. 


Please help to resolve the problem.
The effect of this failure:
706 depended projects failed to run due to: Project: ant 
http://jsqalab.us.oracle.com/results/JDKCompatibility/Gump/oel5.5_x64/jdk7/proxy/b141/ant/ant/index.html

Best regards,
Ludmila


-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Re: gump fails to run

2011-03-22 Thread Ludmila Shikhvarg

Thanks Stefan!

I'll try and let you know if it would solve the proxy problem.

-Ludmila

Stefan Bodewig wrote:

On 2011-03-21, Ludmila Shikhvarg wrote:

  

We had started to use the company proxy.



I was afraid you'd say that.  Right now the maven repo proxy is not
aware of your HTTP proxy settings and there is no way to configure a
HTTP proxy, at all.

It might be possible to fiddle with Java system properties to make it
use the HTTP proxy - or not.  Even if it worked (I'm not familiar enough
with the underlying httpclient library) you'd still have to add those
system properties to the java command invocation when Gump starts the
mvn repo proxy, which would require you to modify the Python code.

So I see three things that need to be done:

(1) Make the mvn repo proxy (which is written in Java and mostly wraps
restlets) optionally work with a HTTP proxy.  Most likely class to
be modified is

https://svn.apache.org/repos/asf/gump/mvnrepo/trunk/src/java/org/apache/gump/mvnrepoproxy/restlets/Proxy.java
and the Main class a level above to deal with configuration.

(2) Make the proxy settings configurable in Gump (likely Python code
involved).

(3) Pass the settings to the mvn repo proxy when starting it - Python,
namely the spawnProxy method in

https://svn.apache.org/repos/asf/gump/trunk/python/gump/actor/mvnrepoproxy/proxycontrol.py

I can't promise I'll be able to code any of this myself any time soon,
sorry.

Stefan

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org

  




Re: gump fails to run

2011-03-21 Thread Ludmila Shikhvarg

Stefan Bodewig wrote:

On 2011-03-18, Ludmila Shikhvarg wrote:

  

I've seen another problem after the company network migration:



  

Starting mvn repository proxy
Mar 17, 2011 7:49:09 AM org.apache.gump.mvnrepoproxy.HostResolver initialize
INFO: Mapping /repo/m2-snapshot-repository to http://people.apache.org
Mar 17, 2011 7:49:09 AM org.apache.gump.mvnrepoproxy.HostResolver initialize
INFO: Mapping /maven/2 to http://download.java.net
Mar 17, 2011 7:49:09 AM org.apache.gump.mvnrepoproxy.HostResolver initialize
INFO: Mapping /maven2 to http://repo1.maven.org
INFO: Redirecting via client connector to: http://repo1.maven.org/
Mar 17, 2011 7:49:10 AM
com.noelios.restlet.ext.httpclient.HttpMethodCall sendRequest
WARNING: An error occurred during the communication with the remote
HTTP server.
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)



[...]

  

Mar 17, 2011 7:49:10 AM com.noelios.restlet.LogFilter afterHandle
INFO: 2011-03-1707:49:10127.0.0.1   -
repo1.maven.org
-1  GET /   -   1001327 -   83
http://localhost:8192   Apache-Gump/2.3 -
--- Failed to start proxy



  

Can anybody help me to solve the problem.



Can you reach http://repo1.maven.org/maven2/ with your browser?  Are you
using a proxy?
  
Yes, I can reach http://repo1.maven.org/maven2/ with a browser, but not 
able to Downloading: 
http://localhost:8192/maven2/org/apache/commons/commons-parent/15/commons-parent-15.pom
Unable to get resource 'org.apache.commons:commons-parent:pom:15' from 
repository central (http://repo1.maven.org/maven2): Error transferring 
file: Invalid Http response

We had started to use the company proxy.

Ludmila

Stefan

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org

  




Re: gump fails to run

2011-03-18 Thread Ludmila Shikhvarg
)
at com.noelios.restlet.ChainHelper.handle(ChainHelper.java:124)
at 
com.noelios.restlet.application.ApplicationHelper.handle(ApplicationHelper.java:112)

at org.restlet.Application.handle(Application.java:341)
at org.restlet.Filter.doHandle(Filter.java:150)
at org.restlet.Filter.handle(Filter.java:195)
at org.restlet.Router.handle(Router.java:504)
at org.restlet.Filter.doHandle(Filter.java:150)
at org.restlet.Filter.handle(Filter.java:195)
at org.restlet.Router.handle(Router.java:504)
at org.restlet.Filter.doHandle(Filter.java:150)
at com.noelios.restlet.StatusFilter.doHandle(StatusFilter.java:130)
at org.restlet.Filter.handle(Filter.java:195)
at org.restlet.Filter.doHandle(Filter.java:150)
at org.restlet.Filter.handle(Filter.java:195)
at com.noelios.restlet.ChainHelper.handle(ChainHelper.java:124)
at org.restlet.Component.handle(Component.java:673)
at org.restlet.Server.handle(Server.java:331)
at com.noelios.restlet.ServerHelper.handle(ServerHelper.java:68)
at 
com.noelios.restlet.http.HttpServerHelper.handle(HttpServerHelper.java:147)
at 
com.noelios.restlet.ext.jetty.JettyServerHelper$WrappedServer.handle(JettyServerHelper.java:174)
at 
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:506)
at 
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:830)

at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
at 
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:396)
at 
org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442)

Mar 17, 2011 7:49:10 AM com.noelios.restlet.LogFilter afterHandle
INFO: 2011-03-1707:49:10127.0.0.1   -   
repo1.maven.org
-1  GET /   -   1001327 -   83  
http://localhost:8192   Apache-Gump/2.3 -

--- Failed to start proxy

Can anybody help me to solve the problem.
I've asked our IT department but no luck.

Thanks,
Ludmila


On 3/4/2011 1:39 PM, Ludmila Shikhvarg wrote:
The company network migration on Friday cause this issue. Sorry for a 
wide distribution.


-Ludmila
Stefan Bodewig wrote:

On 2011-03-04, Ludmila Shikhvarg wrote:


I've faced the problem to start gump today:
Execute : svn update --non-interactive out.txt 21
svn: PROPFIND request failed on '/repos/asf/gump/trunk'
svn: PROPFIND of '/repos/asf/gump/trunk': could not connect to server
(https://svn.apache.org)
Process Exit Code : 1



It was running fine yesterday. Any help is appreciated.


Likely a transient error.  Could be the network or the svn service has
been unreachable for a while.

http://monitoring.apache.org/status/

Depending on your geographical location svn.apache.org will be either
eris (US) or harmonia (NL).

Stefan

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org






-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



gump fails to run

2011-03-04 Thread Ludmila Shikhvarg

Hi,

I've faced the problem to start gump today:
Execute : svn update --non-interactive out.txt 21
svn: PROPFIND request failed on '/repos/asf/gump/trunk'
svn: PROPFIND of '/repos/asf/gump/trunk': could not connect to server 
(https://svn.apache.org)

Process Exit Code : 1

It was running fine yesterday. Any help is appreciated.

Thanks,
Ludmila

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Re: gump fails to run

2011-03-04 Thread Ludmila Shikhvarg
The company network migration on Friday cause this issue. Sorry for a 
wide distribution.


-Ludmila
Stefan Bodewig wrote:

On 2011-03-04, Ludmila Shikhvarg wrote:

  

I've faced the problem to start gump today:
Execute : svn update --non-interactive out.txt 21
svn: PROPFIND request failed on '/repos/asf/gump/trunk'
svn: PROPFIND of '/repos/asf/gump/trunk': could not connect to server
(https://svn.apache.org)
Process Exit Code : 1



  

It was running fine yesterday. Any help is appreciated.



Likely a transient error.  Could be the network or the svn service has
been unreachable for a while.

http://monitoring.apache.org/status/

Depending on your geographical location svn.apache.org will be either
eris (US) or harmonia (NL).

Stefan

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org

  




Re: No targets specified

2011-03-01 Thread Ludmila Shikhvarg

Stefan Bodewig wrote:

On 2011-03-01, Ludmila Shikhvarg wrote:

  

On 2/28/2011 9:17 PM, Stefan Bodewig wrote:


On 2011-02-28, Ludmila Shikhvarg wrote:
  


  

Stefan Bodewig wrote:


Both, logging-log4cxx-configure  apr-iconv-configure are successful.


Does either of them create a makefile?  What's its name and where is it
located relative to the project's directories?
  

It says: This project is not built by Gump *(for both of them)
Current State: *Success


This is supposed to run the configure script.  Can you post the output
it creates inside Gump's logfile?
  

Sorry for a misleading.
Initially logging-log4cxx-configure  apr-iconv-configure are failed with:
for APR... configure: error: the --with-apr parameter is
incorrect. It must specify an install prefix, a build directory, or an
apr-config file
And then pass if --with-apr is removed.


After you removed --with-apr then Gump says This project is not built
by Gump?
  

Correct



This is unexpected.  Just to double check, starting from

  project name=logging-log4cxx-configure
configure
  arg name=--prefix path=dest-@@DATE@@/
  arg name=--with-apr project=apr-make-install reference=home/
/configure
depend project=logging-log4cxx-autogen/
depend project=apr-make-install/
home nested=dest-@@DATE@@/
  /project

you have modified the descriptor to read

  project name=logging-log4cxx-configure
configure
  arg name=--prefix path=dest-@@DATE@@/
/configure
depend project=logging-log4cxx-autogen/
depend project=apr-make-install/
home nested=dest-@@DATE@@/
  /project

and now Gump claims it wouldn't be responsible for building the project.
Correct?
  

No, it says:
configure: error: APR-util could not be located. Please use the 
--with-apr-util option (logging-log4cxx-configure)
configure: error: APR could not be located. Please use the --with-apr 
option (apr-iconv-configure)


See my modification below:

project name=logging-log4cxx-configure
   depend project=logging-log4cxx-autogen/
   depend project=apr-make-install/
   home nested=dest-@@DATE@@/
 /project

This project is not built by Gump.
*Current State: *Success

Ludmila


Stefan

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org

  




Re: commons-configuration fails

2011-03-01 Thread Ludmila Shikhvarg

Thanks a lot Stefan for the help. The problem is solved now.

Regards,
Ludmila

On 2/28/2011 9:21 PM, Stefan Bodewig wrote:

On 2011-03-01, Ludmila Shikhvarg wrote:


Here is my output after build mvnrepo ($ ant jar):

...


INFO: Starting the HTTP client
2011-02-28 04:31:54.311::INFO:  jetty-6.1.5
2011-02-28 04:31:54.335::WARN:  failed SelectChannelConnector@0.0.0.0:80
java.net.SocketException: Permission denied

Your system doesn't like a user process to grab port 80.  You must have
configured this port in your workspace definition since its default
value is  8000.  Change the mvnRepoProxyPort attribute to a different
value (likely= 1024 if this is a Unix-like system).

Stefan

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Re: No targets specified

2011-02-28 Thread Ludmila Shikhvarg

Stefan Bodewig wrote:

We've been unable to build either on the ASF installations for month now
(since expat-configure fails), it could very well be true that the
descriptors are outdated.
  


  

expat-configure is passed on my side.



It seems to have trouble with the autoconf versions of more recent Linux
and FreeBSD versions as well as MacOS X.  At least that is my
understanding.

  

Both, logging-log4cxx-configure  apr-iconv-configure are successful.



  

Does either of them create a makefile?  What's its name and where is it
located relative to the project's directories?
  


  

It says: This project is not built by Gump *(for both of them)
Current State: *Success



Strange.

  project name=apr-iconv-configure
configure
  arg name=--prefix path=dest-@@DATE@@/
  arg name=--with-apr project=apr-configure
reference=home/
/configure
depend project=apr-iconv-buildconf/
home nested=dest-@@DATE@@/
  /project

This is supposed to run the configure script.  Can you post the output
it creates inside Gump's logfile?
  

Sorry for a misleading.
Initially logging-log4cxx-configure  apr-iconv-configure are failed with:
for APR... configure: error: the --with-apr parameter is incorrect. It 
must specify an install prefix, a build directory, or an apr-config file

And then pass if --with-apr is removed.

Ludmila

Stefan

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org

  




Re: commons-configuration fails

2011-02-28 Thread Ludmila Shikhvarg

Stefan Bodewig wrote:

On 2011-02-24, Ludmila Shikhvarg wrote:

  

Any specific doc I can take a look to fix my problem ?



I'm afraid there isn't any, we don't even have a binary distribution of
the current mvn repo code (or any version of it).  As far as
installation goes there are some hints in
http://wiki.apache.org/gump/VmgumpConfig but not much more.

You really are the only person outside of the ASF who wants to run an
instance of Gump - which is great - and thus our documentation for
installing it is either not existant or missing.  Any help on improving
the docs is very much appreciated.

First of all you need Gump's mvn repository proxy.  Check out
https://svn.apache.org/repos/asf/gump/mvnrepo/trunk/ and build it
using ant jar.

The you must set the MVN_PROXY_HOME environment variable inside your
local-env-*.sh to point to the lib directory of your copy of the repo
proxy.

There shouldn't be anything else you need to do.  When you start Gump
the next time it should fire up the proxy (and kill it when done) and
publish all jar and pom artifacts to it as it goes.
  

Here is my output after build mvnrepo ($ ant jar):
Starting mvn repository proxy
Running: java -jar /SOME/PATH//repoproxy.jar 80 /tmp/tmpLm-0Ci.properties
Loading prefix map from /tmp/tmpLm-0Ci.properties
mvn Repository proxy started
Feb 28, 2011 4:31:54 AM org.apache.gump.mvnrepoproxy.HostResolver initialize
INFO: Mapping /repo/m2-snapshot-repository to http://people.apache.org
Feb 28, 2011 4:31:54 AM org.apache.gump.mvnrepoproxy.HostResolver initialize
INFO: Mapping /maven/2 to http://download.java.net
Feb 28, 2011 4:31:54 AM org.apache.gump.mvnrepoproxy.HostResolver initialize
INFO: Mapping /maven2 to http://repo1.maven.org
2011-02-28 04:31:54.192::INFO:  Logging to STDERR via 
org.mortbay.log.StdErrLog

Build Project: #[(1, 836)] : ant-1.6.5-pom :  [state:Unset]
Feb 28, 2011 4:31:54 AM 
com.noelios.restlet.ext.httpclient.HttpClientHelper start

INFO: Starting the HTTP client
2011-02-28 04:31:54.311::INFO:  jetty-6.1.5
2011-02-28 04:31:54.335::WARN:  failed SelectChannelConnector@0.0.0.0:80
java.net.SocketException: Permission denied
   at sun.nio.ch.Net.bind0(Native Method)
   at sun.nio.ch.Net.bind(Net.java:324)
   at sun.nio.ch.Net.bind(Net.java:316)
   at 
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:199)

   at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
   at 
org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:211)
   at 
org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:309)
   at 
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)

   at org.mortbay.jetty.Server.doStart(Server.java:228)
   at 
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
   at 
com.noelios.restlet.ext.jetty.JettyServerHelper.start(JettyServerHelper.java:386)

   at org.restlet.Server.start(Server.java:383)
   at org.restlet.Component.startServers(Component.java:1233)
   at org.restlet.Component.start(Component.java:1194)
   at org.apache.gump.mvnrepoproxy.Main.main(Main.java:114)

As a result, commons-configuration fails with the same problem:

Failed to resolve artifact.
Missing:
--
1) org.apache.commons:commons-vfs2:jar:2.0-SNAPSHOT

Ludmila


Stefan

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org

  




Re: No targets specified

2011-02-28 Thread Ludmila Shikhvarg



On 2/28/2011 9:17 PM, Stefan Bodewig wrote:

On 2011-02-28, Ludmila Shikhvarg wrote:


Stefan Bodewig wrote:

Both, logging-log4cxx-configure  apr-iconv-configure are successful.

Does either of them create a makefile?  What's its name and where is it
located relative to the project's directories?

It says: This project is not built by Gump *(for both of them)
Current State: *Success

This is supposed to run the configure script.  Can you post the output
it creates inside Gump's logfile?

Sorry for a misleading.
Initially logging-log4cxx-configure  apr-iconv-configure are failed with:
for APR... configure: error: the --with-apr parameter is
incorrect. It must specify an install prefix, a build directory, or an
apr-config file
And then pass if --with-apr is removed.

After you removed --with-apr then Gump says This project is not built
by Gump?

Correct

Stefan

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Re: No targets specified

2011-02-24 Thread Ludmila Shikhvarg
Stefan Bodewig wrote:
 On 2011-02-23, Ludmila Shikhvarg wrote:

   
 logging-log4cxx-make  apr-iconv-make projects are failed with:
 

 We've been unable to build either on the ASF installations for month now
 (since expat-configure fails), it could very well be true that the
 descriptors are outdated.
   
expat-configure is passed on my side.

   
 Both, logging-log4cxx-configure  apr-iconv-configure are successful.
 

 Does either of them create a makefile?  What's its name and where is it
 located relative to the project's directories?
   
It says: This project is not built by Gump *(for both of them)
Current State: *Success

Ludmila

 Stefan

 -
 To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
 For additional commands, e-mail: general-h...@gump.apache.org

   



Re: commons-configuration fails

2011-02-24 Thread Ludmila Shikhvarg

Stefan Bodewig wrote:

On 2011-02-23, Ludmila Shikhvarg wrote:

  

Starting mvn repository proxy
Running: java -jar /SOME/PATH/repoproxy.jar 8192 /tmp/tmpZG3uV_.properties
  


  

Error: Unable to access jarfile /SOME/PATH/repoproxy.jar



This means the repo proxy is not controlled by Gump, which also means it
will not serve the artifacts created during the Gump run.  If you fix
this, commons-vfs2 will become available for commons-configuartion.

Stefan
  

Stefan,

Any specific doc I can take a look to fix my problem ?

Ludmila

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org

  




Re: commons-configuration fails

2011-02-23 Thread Ludmila Shikhvarg

Stefan Bodewig wrote:

On 2011-02-23, Ludmila Shikhvarg wrote:

  

Stefan Bodewig wrote:


Let's check you are sucessfully running the proxy before we try to find
a different solution.
  


  

Seen the same results with Maven repository proxy setup.



OK.  You are running the proxy at that port and Gump knows it is running
(i.e. when Gump starts the MVN_PROXY_HOME env variable is set), Gump
starts the proxy itself and it publishes artifacts to it.  This means
your logfile contains lines like

Starting mvn repository proxy
Running: java -jar /SOME/PATH/repoproxy.jar 8192 /tmp/tmpZG3uV_.properties
  

Error: Unable to access jarfile /SOME/PATH/repoproxy.jar

and later

Build Project: #[(517, 868)] : commons-vfs2 :  [state:Unset]
Jan 31, 2011 9:41:16 PM org.apache.gump.mvnrepoproxy.restlets.ArtifactAdder 
handle
INFO: adding .jar artifact with groupId 'org.apache.commons' artifactId 
'commons-vfs2' and file name '/SOME/OTHER/PATH/commons-vfs2-2.0-SNAPSHOT.jar'
  

Build Project: #[(480, 720)] : commons-vfs2 :  [state:Unset]


Is this correct?

Stefan

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org

  




No targets specified

2011-02-23 Thread Ludmila Shikhvarg

logging-log4cxx-make  apr-iconv-make projects are failed with:

Command Line

make 


Output

make: *** No targets specified and no makefile found.  Stop.

http://svn.apache.org/repos/asf/gump/metadata/project/logging-log4cxx.xml:
/project
−
project name=logging-log4cxx-make
make/
depend project=logging-log4cxx-configure/
/project

http://svn.apache.org/repos/asf/gump/metadata/project/apr-iconv.xml:
/project
−
project name=apr-iconv-make
make/
depend project=apr-iconv-configure/
/project

Both, logging-log4cxx-configure  apr-iconv-configure are successful.

Ludmila



-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Re: commons-configuration fails

2011-02-22 Thread Ludmila Shikhvarg

Missing:
--
1) org.apache.commons:commons-vfs2:jar:2.0-SNAPSHOT
Didn't find commons-vfs2 in any repositories. Any idea ?

Antoine Levy-Lambert wrote:

Hi,

I notice that the jar file which is missing is the version 
2.0-SNAPSHOT of commons-vfs, not commons-vfs2.


Was there a typo in your previous email where you wrote
I've found commons-vfs-2.0-20090326.033229-1.jar from 
https://repository.apache.org/content/groups/snapshots-group/org/apache/commons/commons-vfs/2.0-SNAPSHOT/ 
and then, install it using the command: $ mvn install:install-file 
-DgroupId=org.apache.commons -DartifactId=commons-vfs2 
-Dversion=2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file ?
But the commons-configuration is still failed and too many project are 
depended on it.


On 2/21/2011 5:13 PM, Ludmila Shikhvarg wrote:


Missing:
--
1) org.apache.commons:commons-vfs:jar:2.0-SNAPSHOT




-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org




-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Re: commons-configuration fails

2011-02-22 Thread Ludmila Shikhvarg

Stefan Bodewig wrote:

On 2011-02-21, Ludmila Shikhvarg wrote:

  

Stefan Bodewig wrote:


On 2011-02-18, Ludmila Shikhvarg wrote:
  


  

Building project commons-configuration fails:



  

[INFO] Failed to resolve artifact.
Missing:
--
1) org.apache.commons:commons-vfs2:jar:2.0-SNAPSHOT
Try downloading the file manually from the project website.



  

This jar is built and installed by the commons-vfs2 project and this
works well for the ASF installations.
  


  

Does commons-vfs2 not build in your environment or have you modified the
commons-configuration descriptor?  Is your Gump installation public so
that we can see logs?
  


  

commons-vfs2 is build successfully in my environment. The Gump
installation is not public, but the log file is attached:




  

[INFO] Scanning for projects...
Downloading: 
http://localhost:80/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom



Is there a Maven repository proxy running at this port and does Gump
know about it?

If you are not using the proxy (I'm talking about
https://svn.apache.org/repos/asf/gump/mvnrepo/) then
commons-configuration cannot see the jar because it doesn't get
installed locally.

I don't recall the exact reason but I think there was some kind of
dependency cycle that made us put commons-configuration into a separate
local repository so even if commons-vfs2 used the install goal
commons-configuration still wouldn't see it.

Let's check you are sucessfully running the proxy before we try to find
a different solution.
  

Seen the same results with Maven repository proxy setup.

Stefan

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org

  




Re: commons-configuration fails

2011-02-21 Thread Ludmila Shikhvarg

Stefan Bodewig wrote:

On 2011-02-18, Ludmila Shikhvarg wrote:

  

Hi,



  

Building project commons-configuration fails:



  

[ERROR] BUILD ERROR
[INFO] --
[INFO] Failed to resolve artifact.
Missing:
--
1) org.apache.commons:commons-vfs2:jar:2.0-SNAPSHOT
Try downloading the file manually from the project website.



This jar is built and installed by the commons-vfs2 project and this
works well for the ASF installations.

Does commons-vfs2 not build in your environment or have you modified the
commons-configuration descriptor?  Is your Gump installation public so
that we can see logs?
  


commons-vfs2 is build successfully in my environment. 
The Gump installation is not public, but the log file is attached:



 Command Line

mvn --batch-mode -DskipTests=true --settings
   
/export/home/dtftest/gump/results/apache-commons/configuration/gump_mvn_settings.xml
   package 



 Output

[INFO] Scanning for projects...
Downloading: 
http://localhost:80/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom

Downloading: http://localhost:80/maven2/org/apache/apache/7/apache-7.pom

[INFO] 
[INFO] Building Commons Configuration
[INFO]task-segment: [package]
[INFO] 
Downloading: 
http://localhost:80/maven2/org/apache/maven/plugins/maven-resources-plugin/2.4.1/maven-resources-plugin-2.4.1.pom

Downloading: 
http://localhost:80/maven2/org/apache/maven/plugins/maven-plugins/14/maven-plugins-14.pom

Downloading: 
http://localhost:80/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom

Downloading: http://localhost:80/maven2/org/apache/apache/6/apache-6.pom

Downloading: 
http://localhost:80/maven2/org/apache/maven/plugins/maven-resources-plugin/2.4.1/maven-resources-plugin-2.4.1.jar

Downloading: 
http://localhost:80/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.1/maven-compiler-plugin-2.1.pom

Downloading: 
http://localhost:80/maven2/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom

Downloading: 
http://localhost:80/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom

Downloading: 
http://localhost:80/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.1/maven-compiler-plugin-2.1.jar

Downloading: 
http://localhost:80/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.5/maven-surefire-plugin-2.5.pom

Downloading: 
http://localhost:80/maven2/org/apache/maven/surefire/surefire/2.5/surefire-2.5.pom

Downloading: 
http://localhost:80/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.5/maven-surefire-plugin-2.5.jar

Downloading: 
http://localhost:80/maven2/org/apache/maven/plugins/maven-jar-plugin/2.3/maven-jar-plugin-2.3.pom

Downloading: 
http://localhost:80/maven2/org/apache/maven/plugins/maven-jar-plugin/2.3/maven-jar-plugin-2.3.jar

Downloading: 
http://localhost:80/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.0/maven-remote-resources-plugin-1.0.pom

Downloading: 
http://localhost:80/maven2/org/apache/maven/plugins/maven-plugins/10/maven-plugins-10.pom

Downloading: 
http://localhost:80/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom

Downloading: http://localhost:80/maven2/org/apache/apache/4/apache-4.pom

Downloading: 
http://localhost:80/maven2/org/apache/maven/plugins/maven-remote-resources-plugin/1.0/maven-remote-resources-plugin-1.0.jar

Downloading: 
http://localhost:80/maven2/org/apache/felix/maven-bundle-plugin/1.4.3/maven-bundle-plugin-1.4.3.pom

Downloading: 
http://localhost:80/maven2/org/apache/felix/felix/1.0.2/felix-1.0.2.pom

Downloading: 
http://localhost:80/maven2/org/apache/felix/maven-bundle-plugin/1.4.3/maven-bundle-plugin-1.4.3.jar

[INFO] artifact org.apache.maven.plugins:maven-idea-plugin: checking for 
updates from central
Downloading: 
http://localhost:80/maven2/org/apache/maven/plugins/maven-idea-plugin/2.2/maven-idea-plugin-2.2.pom

Downloading: 
http://localhost:80/maven2/org/apache/maven/plugins/maven-plugins/11/maven-plugins-11.pom

Downloading: 
http://localhost:80/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom

Downloading: 
http://localhost:80/maven2/org/apache/maven/plugins/maven-idea-plugin/2.2/maven-idea-plugin-2.2.jar

Downloading: 
http://localhost:80/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom

Downloading: 
http://localhost:80/maven2/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom

Downloading: 
http://localhost:80/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom

Downloading: 
http://localhost:80/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar

Downloading: 
http://localhost:80/maven2/org/apache/commons/commons-build-plugin/1.3/commons-build-plugin-1.3.pom

Downloading: 
http://localhost:80/maven2/org/apache/commons/commons-parent/12/commons-parent-12.pom

commons-configuration fails

2011-02-18 Thread Ludmila Shikhvarg

Hi,

Building project commons-configuration fails:

[ERROR] BUILD ERROR
[INFO] --
[INFO] Failed to resolve artifact.
Missing:
--
1) org.apache.commons:commons-vfs2:jar:2.0-SNAPSHOT
Try downloading the file manually from the project website.

1 required artifact is missing.
for artifact: commons-configuration:commons-configuration:jar:1.7-SNAPSHOT

I've found commons-vfs-2.0-20090326.033229-1.jar from 
https://repository.apache.org/content/groups/snapshots-group/org/apache/commons/commons-vfs/2.0-SNAPSHOT/ 
and then, install it using the command: 
$ mvn install:install-file -DgroupId=org.apache.commons -DartifactId=commons-vfs2 -Dversion=2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

But the commons-configuration is still failed and too many project are depended 
on it.
Is is right one?

Thanks,
Ludmila 







-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



missing jar files

2011-01-11 Thread Ludmila Shikhvarg

 Hi,

I'm looking for some missing jar files to download manually from the 
project website.
Sorry for a long list, but I need your help. Please give me a pointer to 
the missing files below.


msv/msv-core:
1) com.sun.msv.datatype.xsd:xsdlib:jar:2009.2-SNAPSHOT
2) net.java.dev.msv:msv-testharness:2009.2-SNAPSHOT
3) net.java.dev.msv:msv-core:jar:2009.2-SNAPSHOT

turbine-fulcrum/fulcrum-security-memory:
1) org.apache.fulcrum:fulcrum-security-api:jar:1.1.0-SNAPSHOT
2) org.apache.fulcrum:fulcrum-security-api:test-jar:tests:1.1.0-SNAPSHOT

apache-commons/commons-configuration:
1) org.apache.commons:commons-vfs2:jar:2.0-SNAPSHOT

mina/mina-transport-serial:
1) org.apache.mina:mina-integration-beans:bundle:2.0.1-SNAPSHOT

lenya/lenya-core-api:
1) org.apache.cocoon:cocoon-core:jar:2.2.1-SNAPSHOT
2) org.apache.cocoon:cocoon-flowscript-impl:jar:1.1.0-SNAPSHOT
3) org.apache.cocoon:cocoon-validation-impl:jar:1.0.0-SNAPSHOT
4) org.apache.cocoon:cocoon-serializers-impl:jar:1.0.1-SNAPSHOT
5) org.apache.cocoon:cocoon-chaperon-impl:jar:1.0.0-SNAPSHOT
6) org.apache.cocoon:cocoon-xsp-impl:jar:1.0.0-SNAPSHOT
7) org.apache.cocoon:cocoon-core:test-jar:tests:2.2.1-SNAPSHOT
8) org.apache.cocoon:cocoon-sitemap-impl:test-jar:tests:1.1.0-SNAPSHOT

cocoon/cocoon22-reactor:
1) daisy:daisy-repository-api:jar:1.5-dev
2) nekodtd:nekodtd:jar:0.1.11
3) daisy:daisy-repository-xmlschema-bindings:jar:1.5-dev
4) daisy:daisy-repository-client-impl:jar:1.5-dev
5) daisy:daisy-repository-common-impl:jar:1.5-dev
6) daisy:daisy-repository-spi:jar:1.5-dev
7) daisy:daisy-jmsclient-api:jar:1.5-dev
8) daisy:daisy-htmlcleaner:jar:1.5-dev
9) daisy:daisy-util:jar:1.5-dev

ws-axis2/ws-axis2:
1) org.apache.neethi:neethi:jar:3.0.0-SNAPSHOT
2) org.apache.woden:woden-api:jar:1.0-SNAPSHOT
3) org.apache.ws.commons.axiom:axiom-api:jar:1.2.11-SNAPSHOT
4) org.apache.woden:woden-impl-dom:jar:1.0-SNAPSHOT
5) org.apache.ws.commons.axiom:axiom-impl:jar:1.2.11-SNAPSHOT

activemq/activemq-core:
1) org.apache.activemq:kahadb:jar:5.5-SNAPSHOT
2) org.apache.activemq:activemq-jaas:jar:5.5-SNAPSHOT
3) org.apache.activemq:activemq-openwire-generator:jar:5.5-SNAPSHOT
4) org.apache.activemq:activemq-jmdns_1.0:jar:5.5-SNAPSHOT

james-server/james-server:
1) org.apache.james.protocols:protocols-api:jar:1.2-M2-SNAPSHOT
2) org.apache.james.protocols:protocols-impl:jar:1.2-M2-SNAPSHOT

Thanks in advance,
Ludmila


-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



buildconfig is not recognized

2011-01-06 Thread Ludmila Shikhvarg
 buildconfig is not recognized as an internal or external command, 
operable program or batch file on windows for:

apr-buildconf
expat-buildconf
commons-daemon-native-buildconf
cppunit-autogen

How to make it work on windows?

Thanks,
Ludmila

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



avalon-logkit-2.2.2-SNAPSHOT

2011-01-02 Thread Ludmila Shikhvarg

Hi,

Building Avalon Framework API is failed due to:
Missing:
--
1) org.apache.avalon.logkit:avalon-logkit:jar:2.2.2-SNAPSHOT
Try downloading the file manually from the project website.

http://people.apache.org/repo/m2-snapshot-repository/ doesn't have it.
Where can I get it from? 


Too many project are depended on **Project: excalibur-framework-api 
file:///C:/gump/results/log/excalibur/excalibur-framework-api/index.html


Thanks,
Ludmila






Re: xml-apis fails

2010-12-10 Thread Ludmila Shikhvarg


 Parameters

Prefix  NameValue
-X 	bootclasspath/p 	:/home/dtftest/gump/packages/jaxp-1_3/jaxp-api.jar 
/home/dtftest/gump/packages/jaxp-1_3/dom.jar 
/home/dtftest/gump/packages/jaxp-1_3/sax.jar 
/home/dtftest/gump/packages/jaxp-1_3/xercesImpl.jar 
/home/dtftest/gump/packages/jaxp-1_3/xalan.jar


org.apache.tools.ant.Main   
-D  gump.merge  /home/dtftest/gump/work/merge.xml
-D  build.sysclasspath  only


 Environment Overrides

NameValue
CLASSPATH 	:c:/jdk1.6.0_21/lib/tools.jar 
/home/dtftest/gump/results/ant/bootstrap/lib/ant.jar 
/home/dtftest/gump/results/ant/bootstrap/lib/ant-launcher.jar



The immediate issue still seems to be the basic java 
org.apache.tools.ant.Main  call is not picking up the ant jar files 
from the CLASSPATH environment variable above. Please help.


Thanks,
Ludmila

Stefan Bodewig wrote:

On 2010-12-09, Jörg Schaible wrote:

  

Command Line
  


  

c:/jdk1.6.0_21/bin/java
-Xbootclasspath/p:/home/dtftest/gump/packages/jaxp-1_3/jaxp-
  

api.jar:/home/dtftest/gump/packages/jaxp-1_3/dom.jar:/home/dtftest/gump/packages/jaxp-1_3/sax.jar:/home/dtftest/gump/packages/jaxp-1_3/xercesImpl.jar:/home/dtftest/gump/packages/jaxp-1_3/xalan.jar


org.apache.tools.ant.Main -Dgump.merge=/home/dtftest/gump/work/merge.xml
  


  

There should be a space or = after -Xbootclasspath - that might
explain the the problem?
  


No, the syntax is -Xbootcpasspath/p:PATH - see java -X.

  

The path still uses ':' as separator



which is puzzling since it is generated by a Path instance that runs
through the getFlattened method at the bottom of
http://svn.apache.org/repos/asf/gump/trunk/python/gump/core/language/path.py
which uses os.pathsep

Could this be a cygwin aware version of Python that is too much aware of
Cygwin?

  

Stefan might be interested in patches in that case ;-)



In any case 8-)

Stefan

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org


  




Re: xml-apis fails

2010-12-09 Thread Ludmila Shikhvarg

Stefan Bodewig wrote:

On 2010-12-09, Ludmila Shikhvarg wrote:

  

Use windows 7 with cygwin environment to run gump,



I don't think anybody has ever tried to run Gump on Windows and I'm very
sure there are a few unixisms inside the code.  It's probably fair to
assume it simply won't work and Gump requires a Unix-like system with
Unix conventions for paths and filenames.  In particular java must use
Unix like conventions.
  

Stefan,

Would you recommend any specific Unix-like system (32-bit or 64-bit) and 
version to run gump: Ubuntu, RHEL, OEL, SLES, or someting else.


Thanks,
Ludmila
  

 Command Line



  

c:/jdk1.6.0_21/bin/java
   
-Xbootclasspath/p:/home/dtftest/gump/packages/jaxp-1_3/jaxp-api.jar:/home/dtftest/gump/packages/jaxp-1_3/dom.jar:/home/dtftest/gump/packages/jaxp-1_3/sax.jar:/home/dtftest/gump/packages/jaxp-1_3/xercesImpl.jar:/home/dtftest/gump/packages/jaxp-1_3/xalan.jar
   org.apache.tools.ant.Main -Dgump.merge=/home/dtftest/gump/work/merge.xml



The bootclasspath is not a Windows path, this likely won't work at all.

Stefan

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org

  




compatibility issue

2010-11-08 Thread Ludmila Shikhvarg

Hi,

I'm a new gump user and started to use gump for jdk compatibility testing.
I'm using gump source from https://svn.apache.org/repos/asf/gump/trunk/ 
(use http://gump.apache.org/gettingstarted.html as a reference) with 
different build of jdk7 from https://jdk7.dev.java.net/index.html

Some projects (exp: junit, hamcrest) are failed to build due to:
[javac] javac: target release 1.5 conflicts with default source release 1.7

Is it a known issue?
Where can I report any issues related to jdk7?

Thanks,
Ludmila


-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org