tthtlc / webscarab-ng

Automatically exported from code.google.com/p/webscarab-ng
0 stars 0 forks source link

Maven issues, head doesn't build #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
check out head revision (r16)
2.
delete your local repository in ~/.m2 (be careful not to do that without 
backup), this is just to simulate a new maven user that hasn't build any 
version of webscarab yet
3.
comment out the repository at dawes.za.net in pom.xml (the repository is no 
longer available and just returns a default page)
4. 
mvn -DskipTest=true package

What is the expected output? What do you see instead?

[ERROR] Failed to execute goal on project WebScarab-NG: Could not resolve 
dependencies for project org.owasp.webscarab:WebScarab-NG:jar:0.3.0: The 
following artifacts could not be resolved: 
net.java.dev.eventbus:eventbus:jar:0.9.6, 
net.sourceforge.jchardet:chardet:jar:1.0, org.dynvocation:xsd4j:jar:0.3: 
Failure to find net.java.dev.eventbus:eventbus:jar:0.9.6 in 
http://spring-rich-c.sourceforge.net/maven2repository was cached in the local 
repository, resolution will not be reattempted until the update interval of 
springRichclientRepository has elapsed or updates are forced -> [Help 1]

- when I keep the dawes repository in, this doesn't happen, even though the 
maven repository is not working at all

- when I build the project on my home box that has been used to build an older 
version maybe 2 years ago, everything works since the packages are cached in 
the .m2 repository

What version of the product are you using? On what operating system?

0.3.0 r18, windows vista and windows 7 with maven 3.0.3

Please provide any additional information below.

Original issue reported on code.google.com by alexl...@gmail.com on 19 May 2011 at 8:10

GoogleCodeExporter commented 9 years ago
i should add, I have updated to onejar 0.9.7, this is the only necessary change 
to the pom I had to make

Original comment by alexl...@gmail.com on 19 May 2011 at 8:12