jprend / streamscraper

Automatically exported from code.google.com/p/streamscraper
0 stars 0 forks source link

No Build File Present #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 dreamr...@gmail.com on 14 Feb 2011 at 10:26

Attachments:

GoogleCodeExporter commented 9 years ago
Anyone could upload a jar file?

Original comment by Roberto1...@gmail.com on 2 May 2012 at 8:52

GoogleCodeExporter commented 9 years ago
What kind of jar file? Where?

Original comment by dreamr...@gmail.com on 2 May 2012 at 8:59

GoogleCodeExporter commented 9 years ago
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...

Original comment by Roberto1...@gmail.com on 2 May 2012 at 10:50

GoogleCodeExporter commented 9 years ago
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 comment by Roberto1...@gmail.com on 2 May 2012 at 11:12