Fernando Soares-2 wrote:
> 
> Another try without html...
> 
> Hello all
> My 5 cents:
> you are missing some dependencies in openjpa. Check if you have at least:
> 
> <pathelement path="${basedir}/lib/openjpa-0.9.7-incubating.jar" />
> <pathelement path="${basedir}/lib/commons-lang-2.1.jar" />
> <pathelement path="${basedir}/lib/geronimo-jta_1.0.1B_spec-1.0.1.jar" />
> <pathelement 
> path="${basedir}/lib/geronimo-j2ee-connector_1.5_spec-1.0.1.jar" />
> <pathelement path="${basedir}/lib/serp-1.11.0.jar" />
> <pathelement path="${basedir}/lib/geronimo-jpa_3.0_spec-1.0.jar"/>
> <pathelement path="${basedir}/lib/commons-collections-3.2.jar"/>
> 
> 
> That error appear in the org.apache.openjpa.ant.PCEnhancerTask taks of 
> the build.xml?
> 
> PS - I put the source in a native Netbeans 6 project but from the 
> Subversion trunk. It is not a simple task. And one of the biggest 
> problems was exactly the openjpa enhancement.
> 
> Islam Tariqul wrote:
>> Hi Dave,
>>
>> Thanks for your reply. I've tried both jdk1.5.0_12 and
>> jdk1.6.0_05. This is what I've tried:
>>
>> - I've downloaded apache-roller-src-4.0.zip from
>> http://roller.apache.org/download.cgi site
>> - Unzipped it.
>> - Opened a command prompt and change the directory to
>> c:\apache-roller-src-4.0\apps\weblogger
>> - Executed the following command: 
>> - ant build
>>
>> Did I miss anything? Please let me know at your
>> earliest convenience. Much appreciated your help.
>>
>> Tariq
>>
>> --- Dave <[EMAIL PROTECTED]> wrote:
>>
>>   
>>> On Sun, Mar 23, 2008 at 1:20 PM, Islam Tariqul
>>> <[EMAIL PROTECTED]> wrote:
>>>     
>>>>  I'm trying to build Roller from source
>>>>  (apache-roller-src-4.0) without any
>>>>       
>>> modifications.
>>>     
>>>>  Here is the environment:
>>>>
>>>>  Src: apache-roller-src-4.0
>>>>  Application server: Tomcat 5.5
>>>>  Database: SQL Server 2000
>>>>  db driver: jtds-1.2
>>>>  OS: Windows XP
>>>>  Browser: IE 7.0
>>>>
>>>>  This is what I've got when tried to build:
>>>>
>>>>       
>> ------------------------------------------------------
>>   
>>>>  BUILD FAILED
>>>>  C:\Documents and
>>>>
>>>>       
>> Settings\Tariq\Desktop\Roller\apache-roller-src-4.0\apps\weblog
>>   
>>>>  ger\build.xml:175:
>>>>       
>>> java.util.MissingResourceException:
>>>     
>>>>  org.apache.openjpa.persis
>>>>
>>>>       
>> tence.PersistenceProductDerivation:java.io.IOException:
>>   
>>>>  org.xml.sax.SAXNotRecogn
>>>>  izedException:
>>>>
>>>>       
>> http://java.sun.com/xml/jaxp/properties/schemaLanguage
>>   
>>>  I haven't see that one before. What version of Java
>>> are you using?
>>> What are the commands you used to start the build?
>>>
>>> - Dave
>>>
>>>     
>>
>>
>>
>>      
>> ____________________________________________________________________________________
>> Never miss a thing.  Make Yahoo your home page. 
>> http://www.yahoo.com/r/hs
>>   
> 
> 
> -- 
> [EMAIL PROTECTED]
> Media Capital Telecomunicações
> 
> “Failure is not an option: 
> it comes with the software!”
> 
> 
> 
>  
> 


Hi

just want to share what i have when trying to build roller from the source

I downloaded the roller 4.0 source in the form of zip file. Then unzip it
and run the build file. I just encounter 2 small problems before getting it
up and running

The first error I encounter is ClassnotFoundexception for some classes from
mail.jar
So i copy mail.jar into the /tool/buildtime folder.

After that i got the Classnotfoundexception for Synchronization.class. I
found out that the lib is already there ( tool/lib/jta.jar) , but it is not
referenced by the build file (/apps/planet/build.xml). So i just add and
entry for the lib there.

Then i add a script to copy the build result directly to the tomcat webapps
folder. And now playing with roller

cheers

Hendra
-- 
View this message in context: 
http://www.nabble.com/how-to-approve-new-users-or-new-blogs-tp16214834s12275p16346687.html
Sent from the Roller - User mailing list archive at Nabble.com.

Reply via email to