Sightly || Where the class files will be stored. | Community
Skip to main content
Shivamurthy_MN
New Participant
October 16, 2015
Solved

Sightly || Where the class files will be stored.

  • October 16, 2015
  • 7 replies
  • 2424 views

HI,

In a local install, the Java source file is placed alongside the Sightly file, in the same repository folder. The source is automatically compiled on demand.

My question is where the class file will be stored for the source file?

 

Thanks,

Shivamurthy Mn

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Feike_Visser1

Not really, we not dealing with JSP here.

Check here...:

/var/classes/<unique id>/sightly/<version>

7 replies

Feike_Visser1
Employee
August 30, 2016

Normally this isn't needed, any reason for it?

New Participant
August 30, 2016

Hi All,

On A different note, how can this path be added in filter.xml? any idea /thoughts? I tried regex patterns but its not working.

Thanks in Advance!

edubey
New Participant
October 16, 2015

Project Specific : /var/classes/org/apache/jsp/apps/ [project name]

Feike_Visser1
Employee
October 16, 2015

Have a look in /var/classes 

Feike_Visser1
Feike_Visser1Accepted solution
Employee
October 16, 2015

Not really, we not dealing with JSP here.

Check here...:

/var/classes/<unique id>/sightly/<version>

edubey
New Participant
October 16, 2015

Opps Sorry...I think you are right....@Feike

Shivamurthy_MN
New Participant
October 16, 2015

Thanks @Feike..

I found that.