Hi Sean;

I don't know that our build script is the best it could be, but I use the 
following:

e:
cd E:\DSpaceRepo
call mvn -e package
cd E:\DSpaceRepo\dspace\target\dspace-installer
net stop Tomcat8
call ant -Doverwrite=true update
rmdir "C:\Program Files\Apache Software Foundation\Tomcat 
8.0\work\Catalina\localhost\solr" /s /q
rmdir "C:\Program Files\Apache Software Foundation\Tomcat 
8.0\work\Catalina\localhost\oai" /s /q
rmdir "C:\Program Files\Apache Software Foundation\Tomcat 
8.0\work\Catalina\localhost\ROOT" /s /q
net start Tomcat8

Sorry I don't have any recommendations for your Submission request itself.

Also, if you have changed versions, (e.g. from 5.4->5.5) lately, the old 
java binaries can still be floating around and getting executed. I had to 
be fairly ruthless with the old SNAPSHOT...jar files both in my development 
and production environments to keep them from getting sucked in and 
executed again.

I never asked for advice on that, just figured it out the hard way. If you 
have more than one version in the main [dspace]\lib folder, it may be 
preventing you from executing the changes you have made.

On Wednesday, March 16, 2016 at 4:35:17 AM UTC-4, Sean Carte wrote:
>
> I'm trying to add the count of items in the workflow to the submissions 
> page. I thought it would be a matter of adding ownedItems.size() somewhere 
> in
>
> dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/xmlworkflow/Submissions.java
>
> But it looks like changes I make to that file don't make any difference.
>
> Both builds are successful.
>
> After modifying the file, I run 
>
> mvn -U clean package
> stop tomcat
> then ant update from the dspace/target/dspace-installer/ directory
> and start tomcat
>
> Is that the correct procedure; am I modifying the wrong file?
>
> Ultimately, what I'm after is, on the submissions page instead of 'Tasks 
> in the pool', it would display '5 Tasks in the pool', or however many there 
> happen to be.
>
> I'm using the Reference theme, XMLUI, tomcat7.
>
> Sean
> -- 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to