You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Clone the repository.
2. Run *any* build tool (ant, maven)
3. No build configuration file found (the repo doesn't have one.)
What is the expected output? What do you see instead?
A built project.
What version of the product are you using? On what operating system?
Latest repo version, Windows.
Please provide any additional information below.
I've built a maven pom.xml that matches what ivy.xml includes; no point in
using ant when ant's not the current build tool du jour.
If you move the contents of src to src/main/java (the maven standard for java
source files) you can eliminate the <sourceDirectory> tag in the pom.xml, and
that also gives you an easy way to declare a test tree (in src/test/java).
Original issue reported on code.google.com by [email protected] on 14 Feb 2011 at 10:26
Sorry, i am new in java, so i dont know how to add a reference to my project...
I get the source code, but it throw some errors when i open it with eclipse...
net.htmlparser not resolved...
I was able to create a jar file to add to the build path for my project, but
now i am getting this error on run time when i instance this type....
could not resolve type: net.moraleboost.streamscraper.scraper.IceCastScraper
Original issue reported on code.google.com by
[email protected]
on 14 Feb 2011 at 10:26Attachments:
The text was updated successfully, but these errors were encountered: