On 01.04.2012, at 20:52, Andreas Kuckartz wrote:

> On 01.04.2012 10:15, Rupert Westenthaler wrote:
>> Can you please check the bundle (jar file)
>> 
>> 
> data/sites/dbpedia/target/org.apache.stanbol.data.sites.dbpedia-1.0.3-incubating-SNAPSHOT.jar
>> 
>> it should be about 46MByte in size.
> 
> That file exists and the same folder also contains a file named
> 
> 
> org.apache.stanbol.data.sites.dbpedia-1.0.3-incubating-SNAPSHOT-sources.jar
> 
> which is a little bit (about 5KB) smaller.
> 
>> If this does not solve the problem It would be very helpful if you
>> could provide the whole console log of the failing unit tests for the
>> "/entityhub/ldpath".
> 
> I just executed the steps again and now all tests succeeded.
> 
> Strange, maybe the error was a result of a network snafu?
> 

I think so. I had that once myself around six month ago. 

>> In principle skipping clean should be no
>> problem as long as you do not change the source.
>> ...
>> NOTE: that a "svn up" is also considered as a change if the source.
> 
> So even a change of one line of source code makes a complete rebuild
> necessary. I would prefer to be able to do an incremental build. Would
> that be possible with Maven with reasonable effort?
> 

If a class is removed or renamed, that without a mvn clean the old is not 
deleted. Even that does normally not cause a problem, but it may under some 
unlikely circumstances. Still if you encounter such a rare case they are often 
very hard to identify.
Incremental builds are possible. 

No idea if incremental builds are possible. But that is actually an interesting 
question.
 

> (The answer seems to be no, but maybe someone has an idea. Seems to be
> one reason why some people prefer Gradle. I used "make" in a distant
> past and as far as I remember incremental builds never were a problem
> with that old tool ;-)
> 
> Cheers,
> Andreas
> 

Reply via email to