You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by su...@wipro.com on 2010/12/17 15:14:32 UTC

XSP -> Java class generation and Compilation

Hi All,

 

I am facing a problem in my project where complete deployment is through
ant script and development build takes more that 2 Hrs.

 

Even If I have one line changes in XSP I need to rebuild complete
Module. Previously  I was using Linux and WAS6.1 there I used to delete
_xsp.java and _xsp.class files from temp folder under was profile
directory and replace latest file in installedApp folder and simple
restart was reflecting changes in xsp.

 

Now we have shifted top windows env. For development. I n windows I
tried deleting files at same location under profile folder of WAS but
after deletion and restarting server _xsp.java and _xsp.class files are
not generating (as it was working in Linux). Is there any configuration
parameter which will force container to generate such java and .class
files again?? (Even those files are not getting gereated application is
running smoothly but changes are not reflected.)

 

 Suyog Uttam Doshi
Senior Software Engineer
 
Wipro Technologies
Plot No.31,MIDC,
Rajiv Gandhi Infotech Park,
Hinjewadi,Phase II,
Pune- 411057. India
Tel:+91-20-39105229;

Extn.5229 Direct: +91-20-39105229; 
Mobile:+91- 9970320066
suyog.doshi@wipro.com <BL...@wipro.com> 
www.wipro.com <http://www.wipro.com/> 

 


Please do not print this email unless it is absolutely necessary. 

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. 

www.wipro.com

RE: XSP -> Java class generation and Compilation

Posted by su...@wipro.com.
Hi Laurent,

Thanks a lot for help.

This worked and saved my and my team's efforts of countless hours.

Suyog Uttam Doshi
Senior Software Engineer
 
Wipro Technologies
Plot No.31,MIDC,
Rajiv Gandhi Infotech Park,
Hinjewadi,Phase II,
Pune- 411057. India
Tel:+91-20-39105229;
Extn.5229 Direct: +91-20-39105229; 
Mobile:+91- 9970320066
suyog.doshi@wipro.com
www.wipro.com
 
 
 
 
-----Original Message-----
From: Laurent Medioni [mailto:lmedioni@odyssey-group.com] 
Sent: Friday, December 17, 2010 8:36 PM
To: users@cocoon.apache.org
Subject: RE: XSP -> Java class generation and Compilation

Hi,
In cocoon.xconf set the XSP auto-reload to true. Cocoon will detect that you changed your XSP file and recompile it (obviously not a production setting...).
<program-generator logger="core.program-generator">
	<parameter name="auto-reload" value="true" />
...
</program-generator>

Laurent
________________________________________
From: suyog.doshi@wipro.com [mailto:suyog.doshi@wipro.com] 
Sent: vendredi, 17. décembre 2010 15:15
To: users@cocoon.apache.org; dev@cocoon.apache.org
Subject: XSP -> Java class generation and Compilation

Hi All,

I am facing a problem in my project where complete deployment is through ant script and development build takes more that 2 Hrs.

Even If I have one line changes in XSP I need to rebuild complete Module. Previously  I was using Linux and WAS6.1 there I used to delete _xsp.java and _xsp.class files from temp folder under was profile directory and replace latest file in installedApp folder and simple restart was reflecting changes in xsp.

Now we have shifted top windows env. For development. I n windows I tried deleting files at same location under profile folder of WAS but after deletion and restarting server _xsp.java and _xsp.class files are not generating (as it was working in Linux). Is there any configuration parameter which will force container to generate such java and .class files again?? (Even those files are not getting gereated application is running smoothly but changes are not reflected.)

Suyog Uttam Doshi
Senior Software Engineer
 
Wipro Technologies
Plot No.31,MIDC,
Rajiv Gandhi Infotech Park,
Hinjewadi,Phase II,
Pune- 411057. India
Tel:+91-20-39105229;
Extn.5229 Direct: +91-20-39105229; 
Mobile:+91- 9970320066
suyog.doshi@wipro.com
www.wipro.com

Please do not print this email unless it is absolutely necessary. 
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. 
www.wipro.com 

____________________________________________________________

* This email and any files transmitted with it are CONFIDENTIAL and intended
  solely for the use of the individual or entity to which they are addressed.
* Any unauthorized copying, disclosure, or distribution of the material within
  this email is strictly forbidden.
* Any views or opinions presented within this e-mail are solely those of the
  author and do not necessarily represent those of Odyssey Financial
Technologies SA unless otherwise specifically stated.
* An electronic message is not binding on its sender. Any message referring to
  a binding engagement must be confirmed in writing and duly signed.
* If you have received this email in error, please notify the sender immediately
  and delete the original.

Please do not print this email unless it is absolutely necessary. 

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. 

www.wipro.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


RE: XSP -> Java class generation and Compilation

Posted by Laurent Medioni <lm...@odyssey-group.com>.
Hi,
In cocoon.xconf set the XSP auto-reload to true. Cocoon will detect that you changed your XSP file and recompile it (obviously not a production setting...).
<program-generator logger="core.program-generator">
	<parameter name="auto-reload" value="true" />
...
</program-generator>

Laurent
________________________________________
From: suyog.doshi@wipro.com [mailto:suyog.doshi@wipro.com] 
Sent: vendredi, 17. décembre 2010 15:15
To: users@cocoon.apache.org; dev@cocoon.apache.org
Subject: XSP -> Java class generation and Compilation

Hi All,

I am facing a problem in my project where complete deployment is through ant script and development build takes more that 2 Hrs.

Even If I have one line changes in XSP I need to rebuild complete Module. Previously  I was using Linux and WAS6.1 there I used to delete _xsp.java and _xsp.class files from temp folder under was profile directory and replace latest file in installedApp folder and simple restart was reflecting changes in xsp.

Now we have shifted top windows env. For development. I n windows I tried deleting files at same location under profile folder of WAS but after deletion and restarting server _xsp.java and _xsp.class files are not generating (as it was working in Linux). Is there any configuration parameter which will force container to generate such java and .class files again?? (Even those files are not getting gereated application is running smoothly but changes are not reflected.)

Suyog Uttam Doshi
Senior Software Engineer
 
Wipro Technologies
Plot No.31,MIDC,
Rajiv Gandhi Infotech Park,
Hinjewadi,Phase II,
Pune- 411057. India
Tel:+91-20-39105229;
Extn.5229 Direct: +91-20-39105229; 
Mobile:+91- 9970320066
suyog.doshi@wipro.com
www.wipro.com

Please do not print this email unless it is absolutely necessary. 
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. 
www.wipro.com 

____________________________________________________________

• This email and any files transmitted with it are CONFIDENTIAL and intended
  solely for the use of the individual or entity to which they are addressed.
• Any unauthorized copying, disclosure, or distribution of the material within
  this email is strictly forbidden.
• Any views or opinions presented within this e-mail are solely those of the
  author and do not necessarily represent those of Odyssey Financial
Technologies SA unless otherwise specifically stated.
• An electronic message is not binding on its sender. Any message referring to
  a binding engagement must be confirmed in writing and duly signed.
• If you have received this email in error, please notify the sender immediately
  and delete the original.